home *** CD-ROM | disk | FTP | other *** search
/ Today's Army Canadian Army Forces / Army IDROM.iso / fla / places_e.swf / scripts / DefineButton2_310 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2002-10-01  |  85 b   |  7 lines

  1. on(rollOver){
  2.    tellTarget("loc")
  3.    {
  4.       gotoAndStop("greenwood");
  5.    }
  6. }
  7.